home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / dbcopy / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.0 KB  |  32 lines

  1.  
  2.                  ~4Dgifts/toolbox/src/swtools/dbcopy README
  3.  
  4.     dbcopy.s / ibcopy.s
  5.  
  6.     Gianni Mariani 23-Nov-1993 
  7.  
  8.     This directory contains a faster version of the memory copy
  9.     routines than is found in libc in 5.1 and before.
  10.  
  11.     dbcopy.s uses the floating point unit as a scratch area while
  12.     ibcopy.s uses only integer instructions.  The 64 bit mode for
  13.     ibcopy has not been tested.
  14.  
  15.     In general ibcopy is about 1.54 x faster on word alignable
  16.     copies and approx 17 x faster on non aligned copies.
  17.  
  18.     There is also a memcpy test program, memtest.c that verifies
  19.     correct operation of memcpy on random tests.
  20.  
  21.     Makefile    simple makefile for dbcopy.o, ibcopy.o and mips2ibcopy.o
  22.     README        this file
  23.     dbcopy.o    dbcopy object (5.1 - mips2)
  24.     dbcopy.s    dbcopy source
  25.     ibcopy.o    ibcopy object (5.1 - mips1)
  26.     ibcopy.s    ibcopy source
  27.     memtest.c    Memcpy verification test prog
  28.         mips2ibcopy.o   ibcopy object (5.1 -DMIPS2 & -mips2)
  29.     results        Output of results.data spreadsheet
  30.     results.data    Spreadsheet Calculator 1.1 results
  31.  
  32.